home *** CD-ROM | disk | FTP | other *** search
- object Form2: TForm2
- Left = 238
- Top = 132
- BorderIcons = []
- BorderStyle = bsSingle
- Caption = 'SendTo Options'
- ClientHeight = 367
- ClientWidth = 474
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 474
- Height = 57
- Align = alTop
- BevelOuter = bvNone
- Color = clWhite
- TabOrder = 0
- object Image1: TImage
- Left = 13
- Top = 12
- Width = 32
- Height = 32
- Picture.Data = {<image000.ico>}
- end
- object Label1: TLabel
- Left = 56
- Top = 8
- Width = 92
- Height = 13
- Caption = 'SendTo Settings'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label2: TLabel
- Left = 56
- Top = 24
- Width = 375
- Height = 26
- Caption =
- 'This window allows you to customise SendTo. You can also enable' +
- ' and disable certain SendTo features.'
- WordWrap = True
- end
- end
- object Panel2: TPanel
- Left = 0
- Top = 57
- Width = 474
- Height = 2
- Align = alTop
- BevelOuter = bvLowered
- TabOrder = 1
- end
- object Button1: TButton
- Left = 392
- Top = 336
- Width = 75
- Height = 25
- Caption = '&Close'
- TabOrder = 2
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 312
- Top = 336
- Width = 75
- Height = 25
- Caption = '&Save'
- TabOrder = 3
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 8
- Top = 336
- Width = 75
- Height = 25
- Caption = '&About...'
- TabOrder = 4
- OnClick = Button3Click
- end
- object TabbedNotebook1: TTabbedNotebook
- Left = 8
- Top = 64
- Width = 458
- Height = 266
- TabFont.Charset = DEFAULT_CHARSET
- TabFont.Color = clBtnText
- TabFont.Height = -11
- TabFont.Name = 'MS Sans Serif'
- TabFont.Style = []
- TabOrder = 5
- object TTabPage
- Left = 4
- Top = 24
- Caption = 'Settings'
- object Bevel1: TBevel
- Left = 20
- Top = 159
- Width = 406
- Height = 2
- end
- object Bevel2: TBevel
- Left = 19
- Top = 67
- Width = 406
- Height = 2
- end
- object CheckBox1: TCheckBox
- Left = 16
- Top = 16
- Width = 415
- Height = 17
- Caption = 'Always start with Drive listing'
- TabOrder = 0
- OnClick = CheckBox1Click
- end
- object CheckBox2: TCheckBox
- Left = 16
- Top = 80
- Width = 415
- Height = 17
- Caption =
- 'Disable move option (useful for stopping accidental deletion of ' +
- 'original files)'
- TabOrder = 1
- end
- object CheckBox3: TCheckBox
- Left = 16
- Top = 104
- Width = 214
- Height = 17
- Caption = 'Disable options button'
- TabOrder = 2
- end
- object CheckBox4: TCheckBox
- Left = 40
- Top = 40
- Width = 345
- Height = 17
- Caption = 'Disable manual entering of directories'
- Enabled = False
- TabOrder = 3
- end
- object CheckBox5: TCheckBox
- Left = 16
- Top = 176
- Width = 415
- Height = 17
- Caption = 'Never create new directories'
- TabOrder = 4
- end
- object CheckBox6: TCheckBox
- Left = 16
- Top = 200
- Width = 415
- Height = 17
- Caption = 'Always prompt before creating new directories'
- TabOrder = 5
- end
- object CheckBox8: TCheckBox
- Left = 16
- Top = 128
- Width = 226
- Height = 17
- Caption = 'Disable "Add To SendTo Menu" checkbox'
- TabOrder = 6
- end
- end
- object TTabPage
- Left = 4
- Top = 24
- Caption = 'Confirmations'
- object CheckBox7: TCheckBox
- Left = 16
- Top = 16
- Width = 415
- Height = 17
- Caption =
- 'Show message confirming if directory creation was or was not suc' +
- 'cessful'
- TabOrder = 0
- end
- object CheckBox9: TCheckBox
- Left = 16
- Top = 40
- Width = 415
- Height = 17
- Caption = 'Confirm if files were copied sucessfully'
- TabOrder = 1
- end
- end
- end
- object Button4: TButton
- Left = 88
- Top = 336
- Width = 91
- Height = 25
- Caption = 'S&endto Menu...'
- TabOrder = 6
- OnClick = Button4Click
- end
- end
-